home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 1999 December
/
Personal Computer World 1999 December.iso
/
FONTMAP.TXT
< prev
next >
Wrap
Text File
|
1994-09-06
|
2KB
|
56 lines
; This is the default FONTMAP file.
; Use of this file is documented in the Tips & Tricks manual.
; Comments are denoted by using a semicolon ( ; ) or two dashes (--) to start the line.
--The syntax for font mapping is:
--Platform:FontName => Platform:FontName [MAP (NONE | ALL)] [OLDSIZE => NEWSIZE]
-- The syntax for character mapping is:
-- Platform: => Platform: OLDCHAR => NEWCHAR ...
;
; Here are sample mappings for the default Macintosh fonts.
; You can add any fonts to this list and experiment with different mappings.
Mac:Chicago => Win:System
Mac:Courier => Win:"Courier New"
Mac:Geneva => Win:"MS Sans Serif"
Mac:Helvetica => Win:Arial
Mac:Monaco => Win:Terminal
Mac:"New York" => Win:"MS Serif" Map None
Mac:Symbol => Win:Symbol
Mac:Times => Win:"Times New Roman" 14=>12 18=>14 24=>18 30=>24
;
; Here are sample mappings for the default Windows fonts:
; You can add any fonts to this list and experiment with different mappings.
Win:Arial => Mac:Helvetica
Win:"Courier" => Mac:Courier
Win:"Courier New" => Mac:Courier
Win:"MS Serif" => Mac:"New York" Map None
Win:"MS Sans Serif" => Mac:Geneva
Win:Symbol => Mac:Symbol
Win:System => Mac:Chicago
Win:Terminal => Mac:Monaco
Win:"Times New Roman" => Mac:"Times" 12=>14 14=>18 18=>24 24=>30
; Note: From Windows to Macintosh, Courier and Courier New map to Courier,
; but when coming back to Windows only Courier New will be used.
; Here are some sample character mappings:
; Florin Ellipsis Dagger Upper OE left ' right '
Mac: => Win: 196=>131 201=>133 160=>134 206=>140 212=>145 213=>146
; Left " Right " Bullet short - long - tm lower oe
Mac: => Win: 210=>147 211=>148 165=>149 208=>150 209=>151 170=>153 207=>156
; Florin Ellipsis Dagger Upper OE left ' right '
Win: => Mac: 131=>196 133=>201 134=>160 140=>206 145=>212 146=>213
; Left " Right " Bullet short - long - tm lower oe
Win: => Mac: 147=>210 148=>211 149=>165 150=>208 151=>209 153=>170 156=>207
; Macromedia, March 1993